home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Screen Resolution Detection.sd
< prev
next >
Wrap
INI File
|
2004-06-28
|
754b
|
28 lines
[SUBJECT]
Description=Screen resolution detection and notification Script
ImageIndex=-1
Folder=Tools
[BODY_TEXT]
;<script language="JavaScript1.2">
;<!--
;
;/*
;Screen resolution detection and notification Script-
;⌐ Dynamic Drive (www.dynamicdrive.com)
;For full source code, installation instructions,
;100's more DHTML scripts, and Terms Of
;Use, visit dynamicdrive.com
;*/
;
;var correctwidth=800;
;var correctheight=600;
;if (screen.width!=correctwidth||screen.height!=correctheight)
;document.write("This webpage is bested viewed with screen resolution "+correctwidth+"*"+correctheight+". Your current resolution is "+screen.width+"*"+screen.height+". If possible, please change the resolution!");
;//-->
;</script>